home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 5 / BBS in a Box -Volume V (BBS in a Box) (April 1992).iso / Files / Tele / M / Message Minder 0.1a .cpt / About Message Minder / background_14460.txt < prev    next >
Encoding:
Text File  |  1990-08-18  |  2.0 KB  |  98 lines

  1. -- background: 14460 from stack: in
  2. -- bmap block id: 3170
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 2 (field)
  9. -- low flags: 01
  10. -- high flags: 0007
  11. -- rect: left=57 top=85 right=295 bottom=456
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20.  
  21.  
  22. -- part 11 (button)
  23. -- low flags: 00
  24. -- high flags: 0000
  25. -- rect: left=463 top=302 right=333 bottom=501
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 29114 / 29114
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Return
  34.  
  35.  
  36. -- part 12 (button)
  37. -- low flags: 00
  38. -- high flags: 0000
  39. -- rect: left=3 top=271 right=302 bottom=41
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 29114 / 29114
  42. -- text alignment: 1
  43. -- font id: 0
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: Return
  48.  
  49.  
  50. -- part 13 (button)
  51. -- low flags: 00
  52. -- high flags: 0000
  53. -- rect: left=0 top=19 right=46 bottom=29
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 2162 / 2162
  56. -- text alignment: 1
  57. -- font id: 0
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: Return
  62.  
  63.  
  64. -- part 14 (button)
  65. -- low flags: 00
  66. -- high flags: 0000
  67. -- rect: left=135 top=19 right=40 bottom=162
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 15420 / 15420
  70. -- text alignment: 1
  71. -- font id: 0
  72. -- text size: 12
  73. -- style flags: 0
  74. -- line height: 16
  75. -- part name: Prev
  76. ----- HyperTalk script -----
  77. on mouseUp
  78.   go to previous card
  79. end mouseUp
  80.  
  81.  
  82. -- part 15 (button)
  83. -- low flags: 00
  84. -- high flags: 0000
  85. -- rect: left=161 top=19 right=40 bottom=188
  86. -- title width / last selected line: 0
  87. -- icon id / first selected line: 16560 / 16560
  88. -- text alignment: 1
  89. -- font id: 0
  90. -- text size: 12
  91. -- style flags: 0
  92. -- line height: 16
  93. -- part name: Next
  94. ----- HyperTalk script -----
  95. on mouseUp
  96.   go to next card
  97. end mouseUp
  98.